home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / utility / imprvbt2.zip / KEYDELAY.DOC < prev    next >
Text File  |  1994-01-10  |  627b  |  10 lines

  1. KEYDELAY.COM 
  2.      Keydelay is a program to enhance batch files.  It accepts a one or two 
  3. digit number from the command line of between 1 and 99.  It than waits for 
  4. either a keypress or a period of time equal to the number of seconds specified 
  5. on the command line.  If the ESC key is pressed, the program returns an 
  6. ERRORLEVEL of one.  Pressing any other key or allowing the delay to elapse 
  7. without pressing a key causes the program to return an ERRORLEVEL of 0. 
  8.       Included in the distribution ZIP file with this COM file is a simple 
  9. batch file, KEYDELY.BAT which is an example of the program's operation. 
  10.